home *** CD-ROM | disk | FTP | other *** search
/ Video Toaster 4.2 / Video Toaster v4.2.iso / programs / documentation / misc / info.doc next >
Encoding:
Text File  |  1995-05-18  |  966 b   |  23 lines

  1. Included is the "Info" replacement for Commodore's C:Info, which does not
  2. handle drives bigger than 2 Gig at all.  Various parts of the math would
  3. overflow, giving things like negative drive sizes and full percentages
  4. larger than 100%.
  5.  
  6. This drop-in replacement is "pure" and 100% upward compatible with the
  7. 38.2 version of Info (which shipped with Workbench version 38 and up),
  8. with the following enhancements:
  9.  
  10. 1) Recognizes Flyer drives (type FLY\0) and gives information instead of
  11.    listing as "Unreadable disk".
  12.  
  13. 2) Properly displays drive sizes and Full % for drives of any size
  14.    (currently tested to 9 Gig).
  15.  
  16. 3) Some fields expanded to allow room to display "Used" and "Free" block
  17.    counts for big drives (used to run together on drives > 5 Gig).
  18.  
  19. 4) For drives 10 Gig and up, will list size as xxxxG.  Drives from 10 Meg
  20.    up to 10 Gig are listed as xxxxM (as before).  For example, a 9 Gig
  21.    drive is listed as 8661M, while an 18 Gig would be 18G.
  22.  
  23.